home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to "install.roll"
- set the text of field "rollover text" to "Click here to install the software."
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to "install.up"
- set the text of field "rollover text" to EMPTY
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "install.down"
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to "install.up"
- open(the text of field "launchPath")
- end
-